From 9107fb539111de95d029b230dc099d413bb73df4 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 16 Apr 2015 04:04:07 +0100 Subject: [PATCH] backupTextPassTest: Disable testCheckpointGzip test Follows-up 3d4c0e93, 73c6f525. Bug: T70653 Change-Id: I2fbb3e8a2ba14751dfc8942d6d1a379faa9c48bf --- tests/phpunit/maintenance/backupTextPassTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/maintenance/backupTextPassTest.php b/tests/phpunit/maintenance/backupTextPassTest.php index a5ef762488..7fc9997610 100644 --- a/tests/phpunit/maintenance/backupTextPassTest.php +++ b/tests/phpunit/maintenance/backupTextPassTest.php @@ -434,7 +434,10 @@ class TextPassDumperDatabaseTest extends DumpTestCase { * PHP extensions, we go for gzip instead, which triggers the same relevant code * paths while still being testable on more systems. * + * Broken per T70653. + * * @group large + * @group Broken */ function testCheckpointGzip() { $this->checkHasGzip(); -- 2.20.1